home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / multitasking / feature / executive_v2.10 / executiveapi / readme.first! < prev    next >
Text File  |  2000-03-02  |  1KB  |  31 lines

  1.  
  2.                           ExecutiveAPI
  3.                           ~~~~~~~~~~~~
  4.  
  5.     ExecutiveAPI is a simple, easy to use application program
  6.     interface to some Executive features. The most important feature
  7.     is the ability to control task scheduling without having to
  8.     add entries to Executive.prefs file. With ExecutiveAPI it's
  9.     possible to configure Executive not to schedule your program
  10.     and to ensure that your program's priority is above all scheduled
  11.     tasks, for example.
  12.  
  13.     Here's a list of included file:
  14.  
  15.       Example        An example of all ExecutiveAPI features
  16.       Example.c        Example sourcecode
  17.       ExecutiveAPI.doc    Documentation
  18.       ExecutiveAPI.h    C include file
  19.       Makefile        GCC makefile
  20.       ReadMe.first!    This file
  21.       smakefile        SAS/S makefile
  22.  
  23.     Please consult the file `ExecutiveAPI.doc' for further information.
  24.  
  25.     The provided example can be compiled with GCC or SAS/C.
  26.  
  27.     Copy the include file `ExecutiveAPI.h' to appropriate directory:
  28.  
  29.           GCC:   GCC:os-include/
  30.           SAS/C: INCLUDE:
  31.